Revision: yaclml--dev--0.5--patch-19
Archive: bese-2004@common-lisp.net
Creator: Marco Baringer <mb@bese.it>
Date: Sat Feb 19 18:34:48 CET 2005
Standard-date: 2005-02-19 17:34:48 GMT
Modified-files: src/packages.lisp src/yaclml.lisp
New-patches: bese-2004@common-lisp.net/yaclml--dev--0.5--patch-19
Summary: 
Keywords: 

* src/yaclml.lisp (*yaclml-indent*): New variable. Controls whether the
  generated code sholud contain indentation or not.
  (%yaclml-indentation-depth%): new variable.
  (emit-indentation): new function.
  (emit-open-tag): use emit-indentation (and adjust %yaclml-indentation-depth%).
  (emit-close-tag): use emit-indentation (and adjust %yaclml-indentation-depth%).
  (deftag): bind %yaclml-indentation-depth% to 0.

* src/packages.lisp (defpackage :it.bese.yaclml): Export *yaclml-indent*.

